Skip to content

Conversation

@rambleraptor
Copy link
Contributor

Rationale for this change

We have a couple features that are deprecated in 0.11. We should remove them.

Are these changes tested?

Tests should pass.

Are there any user-facing changes?

@geruh
Copy link
Contributor

geruh commented Jan 30, 2026

This deprecation marks the property for removal we we should clean this up.

The property is being deprecated so we should remove from here:

HF_TOKEN = "hf.token"
PYARROW_USE_LARGE_TYPES_ON_READ = "pyarrow.use-large-types-on-read"

This place also references the deprecation

if use_large_types is not None:
deprecation_message(
deprecated_in="0.10.0",
removed_in="0.11.0",
help_message="Argument `use_large_types` will be removed from ArrowProjectionVisitor",
)

Then there are some tests that need fixing once this is done.

Copy link
Contributor

@kevinjqliu kevinjqliu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Thanks drew for the pointer, I made the relevant changes. Lets 🚢

@kevinjqliu kevinjqliu merged commit 78615d2 into apache:main Jan 30, 2026
11 checks passed
@kevinjqliu
Copy link
Contributor

Thanks for the PR @rambleraptor and thanks for the review @geruh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants